From 98ee8c7252887f9a638c48576122120c463acdf2 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Wed, 31 Jan 2001 15:09:59 +0000 Subject: [PATCH] include glib-object.h instead of gvaluetypes.h 2001-01-31 Havoc Pennington * gdk-pixbuf.c: include glib-object.h instead of gvaluetypes.h --- gdk-pixbuf/ChangeLog | 4 ++++ gdk-pixbuf/gdk-pixbuf.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index cfcbd81f6c..a809c09775 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +2001-01-31 Havoc Pennington + + * gdk-pixbuf.c: include glib-object.h instead of gvaluetypes.h + 2001-01-26 Havoc Pennington * gdk-pixbuf-io.c (mname): fix included modules case. diff --git a/gdk-pixbuf/gdk-pixbuf.c b/gdk-pixbuf/gdk-pixbuf.c index 56d364cf47..3168f76d4d 100644 --- a/gdk-pixbuf/gdk-pixbuf.c +++ b/gdk-pixbuf/gdk-pixbuf.c @@ -412,5 +412,5 @@ gdk_pixbuf_error_quark (void) } /* Include the marshallers */ -#include +#include #include "gdk-pixbuf-marshal.c" -- 2.30.2